home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_TEMPLATE / TFORM_TEMPLATE.txt
Text File  |  2003-11-13  |  2KB  |  87 lines

  1. object Form_Template: TForm_Template
  2.   Left = 382
  3.   Top = 304
  4.   ActiveControl = Edit_Name
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create template'
  7.   ClientHeight = 183
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button_OK: TButton
  20.     Left = 10
  21.     Top = 152
  22.     Width = 75
  23.     Height = 25
  24.     Hint = 'Accept changes and close dialog box'
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object Button_Cancel: TButton
  31.     Left = 90
  32.     Top = 152
  33.     Width = 75
  34.     Height = 25
  35.     Hint = 'Discard changes and close dialog box'
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 5
  42.     Top = 0
  43.     Width = 206
  44.     Height = 146
  45.     TabOrder = 2
  46.     object Label1: TLabel
  47.       Left = 10
  48.       Top = 15
  49.       Width = 31
  50.       Height = 13
  51.       Caption = '&Name:'
  52.       FocusControl = Edit_Name
  53.     end
  54.     object Edit_Name: TEdit
  55.       Left = 10
  56.       Top = 30
  57.       Width = 181
  58.       Height = 21
  59.       TabOrder = 0
  60.       OnChange = Edit_NameChange
  61.       OnKeyDown = Edit_NameKeyDown
  62.       OnKeyPress = Edit_NameKeyPress
  63.     end
  64.     object CB_Formatted: TCheckBox
  65.       Left = 20
  66.       Top = 60
  67.       Width = 97
  68.       Height = 17
  69.       Caption = '&Formatted text'
  70.       State = cbChecked
  71.       TabOrder = 1
  72.     end
  73.     object RG_Source: TRadioGroup
  74.       Left = 10
  75.       Top = 80
  76.       Width = 185
  77.       Height = 56
  78.       Caption = ' &Create from... '
  79.       ItemIndex = 0
  80.       Items.Strings = (
  81.         'Selected text'
  82.         'Full text of active note')
  83.       TabOrder = 2
  84.     end
  85.   end
  86. end
  87.